Introduction

Welcome to Data

Row

something clever

Column

Row

Chart 1

Chart 2

Problem Statement

Row

Facts

  • lots
  • of
  • facts

Constraints

  • even
  • more
  • constraints

Row

Assumptions

  • way
  • more
  • assumptions

Limitations

  • no
  • limitations
  • no
  • fear

Flu Problem Scoping

Row

Normal Flu

Density

Row

Simulation

Map

---
title: "Corona Virus Analysis"
author: "MAJ Dusty Turner and CPT Maxine Drake"
output: 
  flexdashboard::flex_dashboard:
    orientation: rows
    social: menu
    source_code: embed
---
```{r setup, include=FALSE}
library(flexdashboard)
source("In Class.R")
```

Introduction
=======================================================================

Welcome to Data


Inputs {.sidebar}
-------------------------------------

```{r}
# shiny inputs defined here
```

Row {data-height=350}
-------------------------------------
 
### something clever 

Column
-------------------------------------
    
Row {data-height=1050}
-------------------------------------    
    
### Chart 1
    
```{r}
leafmap

```
    
### Chart 2

```{r}
DT::datatable(pageonedata, options = list( pageLength = 20))
```


Problem Statement
=======================================================================

Row
-----------------------------------------------------------------------

### Facts

- lots
- of 
- facts

```{r}

```


### Constraints

- even
- more
- constraints


```{r}

```

Row
-----------------------------------------------------------------------

### Assumptions

- way
- more
- assumptions

### Limitations

- no
- limitations 
- no
- fear


Flu Problem Scoping
=======================================================================

Row
-----------------------------------------------------------------------

### Normal Flu

### Density

Row
-----------------------------------------------------------------------

### Simulation

### Map